﻿2026-05-10T11:40:59.8865446Z ##[group]Run actions/checkout@v4
2026-05-10T11:40:59.8866464Z with:
2026-05-10T11:40:59.8866984Z   repository: SaberMage/rebno
2026-05-10T11:40:59.8868047Z   token: ***
2026-05-10T11:40:59.8868560Z   ssh-strict: true
2026-05-10T11:40:59.8869049Z   ssh-user: git
2026-05-10T11:40:59.8869537Z   persist-credentials: true
2026-05-10T11:40:59.8870083Z   clean: true
2026-05-10T11:40:59.8870577Z   sparse-checkout-cone-mode: true
2026-05-10T11:40:59.8871172Z   fetch-depth: 1
2026-05-10T11:40:59.8871665Z   fetch-tags: false
2026-05-10T11:40:59.8872159Z   show-progress: true
2026-05-10T11:40:59.8872662Z   lfs: false
2026-05-10T11:40:59.8873116Z   submodules: false
2026-05-10T11:40:59.8873621Z   set-safe-directory: true
2026-05-10T11:40:59.8874474Z ##[endgroup]
2026-05-10T11:41:00.0205194Z Syncing repository: SaberMage/rebno
2026-05-10T11:41:00.0209076Z ##[group]Getting Git version info
2026-05-10T11:41:00.0210465Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-10T11:41:00.0212843Z [command]/usr/bin/git version
2026-05-10T11:41:00.0326221Z git version 2.53.0
2026-05-10T11:41:00.0333371Z ##[endgroup]
2026-05-10T11:41:00.0343476Z Temporarily overriding HOME='/home/runner/work/_temp/9e975790-52af-4192-b0d4-845dc5197edd' before making global git config changes
2026-05-10T11:41:00.0346530Z Adding repository directory to the temporary git global config as a safe directory
2026-05-10T11:41:00.0349810Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-10T11:41:00.0364163Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-10T11:41:00.0369800Z ##[group]Initializing the repository
2026-05-10T11:41:00.0376498Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-10T11:41:00.0466075Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-10T11:41:00.0469212Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-10T11:41:00.0472060Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-10T11:41:00.0474069Z hint: call:
2026-05-10T11:41:00.0475730Z hint:
2026-05-10T11:41:00.0476892Z hint: 	git config --global init.defaultBranch <name>
2026-05-10T11:41:00.0478379Z hint:
2026-05-10T11:41:00.0479535Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-10T11:41:00.0481328Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-10T11:41:00.0482756Z hint:
2026-05-10T11:41:00.0483528Z hint: 	git branch -m <name>
2026-05-10T11:41:00.0484367Z hint:
2026-05-10T11:41:00.0485473Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-10T11:41:00.0488015Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-10T11:41:00.0492925Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-10T11:41:00.0522915Z ##[endgroup]
2026-05-10T11:41:00.0527196Z ##[group]Disabling automatic garbage collection
2026-05-10T11:41:00.0528803Z [command]/usr/bin/git config --local gc.auto 0
2026-05-10T11:41:00.0564105Z ##[endgroup]
2026-05-10T11:41:00.0566330Z ##[group]Setting up auth
2026-05-10T11:41:00.0572536Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-10T11:41:00.0609846Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-10T11:41:00.0928840Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-10T11:41:00.0965539Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-10T11:41:00.1212486Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-10T11:41:00.1264764Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-10T11:41:00.1511185Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-10T11:41:00.1559397Z ##[endgroup]
2026-05-10T11:41:00.1560812Z ##[group]Fetching the repository
2026-05-10T11:41:00.1567298Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +89b22f8dcef9cebf72c3690f094b8dc63786fa5c:refs/remotes/origin/main
2026-05-10T11:41:01.3083201Z From https://github.com/SaberMage/rebno
2026-05-10T11:41:01.3086639Z  * [new ref]         89b22f8dcef9cebf72c3690f094b8dc63786fa5c -> origin/main
2026-05-10T11:41:01.3121032Z ##[endgroup]
2026-05-10T11:41:01.3123706Z ##[group]Determining the checkout info
2026-05-10T11:41:01.3126794Z ##[endgroup]
2026-05-10T11:41:01.3129940Z [command]/usr/bin/git sparse-checkout disable
2026-05-10T11:41:01.3177571Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-10T11:41:01.3215502Z ##[group]Checking out the ref
2026-05-10T11:41:01.3220512Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-10T11:41:02.0885579Z Switched to a new branch 'main'
2026-05-10T11:41:02.0889820Z branch 'main' set up to track 'origin/main'.
2026-05-10T11:41:02.0914072Z ##[endgroup]
2026-05-10T11:41:02.0963628Z [command]/usr/bin/git log -1 --format=%H
2026-05-10T11:41:02.0996290Z 89b22f8dcef9cebf72c3690f094b8dc63786fa5c
